home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3pyrmap.h
- // Auto generated file, do not modify by hand
- // Copyrights 2002, Realsoft Graphics Oy
-
- var R3_PYRAMIDMAP_H = 1;
- include("oops/r3vector.js")
- include("real/objects/r3map.js")
-
-
- var R3CLID_PYRAMIDMAPPING = 1557;
-
-
-
-
- R3PYRMAPA_P0 = 1557501;
- function SetR3PYRMAPA_P0(value) {
- R3Set(this.r3obj, R3PYRMAPA_P0, value, R3TID_VECTOR, 0);
- }
-
- function GetR3PYRMAPA_P0() {
- return R3Get(this.r3obj, R3PYRMAPA_P0, R3TID_VECTOR, 0);
- }
-
- R3PYRMAPA_P1 = 1557502;
- function SetR3PYRMAPA_P1(value) {
- R3Set(this.r3obj, R3PYRMAPA_P1, value, R3TID_VECTOR, 0);
- }
-
- function GetR3PYRMAPA_P1() {
- return R3Get(this.r3obj, R3PYRMAPA_P1, R3TID_VECTOR, 0);
- }
-
- R3PYRMAPA_P2 = 1557503;
- function SetR3PYRMAPA_P2(value) {
- R3Set(this.r3obj, R3PYRMAPA_P2, value, R3TID_VECTOR, 0);
- }
-
- function GetR3PYRMAPA_P2() {
- return R3Get(this.r3obj, R3PYRMAPA_P2, R3TID_VECTOR, 0);
- }
-
- R3PYRMAPA_P3 = 1557504;
- function SetR3PYRMAPA_P3(value) {
- R3Set(this.r3obj, R3PYRMAPA_P3, value, R3TID_VECTOR, 0);
- }
-
- function GetR3PYRMAPA_P3() {
- return R3Get(this.r3obj, R3PYRMAPA_P3, R3TID_VECTOR, 0);
- }
-
- R3PYRMAPA_Width = 1557505;
- function SetR3PYRMAPA_Width(value) {
- R3Set(this.r3obj, R3PYRMAPA_Width, value, R3TID_FLOAT, 0);
- }
-
- function GetR3PYRMAPA_Width() {
- return R3Get(this.r3obj, R3PYRMAPA_Width, R3TID_FLOAT, 0);
- }
-
- R3PYRMAPA_Height = 1557506;
- function SetR3PYRMAPA_Height(value) {
- R3Set(this.r3obj, R3PYRMAPA_Height, value, R3TID_FLOAT, 0);
- }
-
- function GetR3PYRMAPA_Height() {
- return R3Get(this.r3obj, R3PYRMAPA_Height, R3TID_FLOAT, 0);
- }
-
- R3PYRMAPA_Depth = 1557507;
- function SetR3PYRMAPA_Depth(value) {
- R3Set(this.r3obj, R3PYRMAPA_Depth, value, R3TID_FLOAT, 0);
- }
-
- function GetR3PYRMAPA_Depth() {
- return R3Get(this.r3obj, R3PYRMAPA_Depth, R3TID_FLOAT, 0);
- }
-
-
-
- function r3Pyramidmapping () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_PYRAMIDMAPPING, arguments);
- }
- // Attributes
- this.GetP0=GetR3PYRMAPA_P0;
- this.SetP0=SetR3PYRMAPA_P0;
- this.GetP1=GetR3PYRMAPA_P1;
- this.SetP1=SetR3PYRMAPA_P1;
- this.GetP2=GetR3PYRMAPA_P2;
- this.SetP2=SetR3PYRMAPA_P2;
- this.GetP3=GetR3PYRMAPA_P3;
- this.SetP3=SetR3PYRMAPA_P3;
- this.GetWidth=GetR3PYRMAPA_Width;
- this.SetWidth=SetR3PYRMAPA_Width;
- this.GetHeight=GetR3PYRMAPA_Height;
- this.SetHeight=SetR3PYRMAPA_Height;
- this.GetDepth=GetR3PYRMAPA_Depth;
- this.SetDepth=SetR3PYRMAPA_Depth;
- }
-
- r3Pyramidmapping.prototype=new r3Mapping;
- // r3pyrmap.h_H